home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / m_contains < prev    next >
Text File  |  2001-04-06  |  578b  |  17 lines

  1. SYNOPSIS
  2.         int m_contains(mixed &data1, ..., &dataN, map, key)
  3.  
  4. DESCRIPTION
  5.         If the mapping contains the key map, the corresponding values
  6.         are assigned to the data arguments, which massed be passed by
  7.         reference, and 1 is returned. If key is not in map, 0 is
  8.         returned and the data args are left unchanged.
  9.         It is possible to use this function for a 0-value mapping, in
  10.         which case it has the same effect as member(E).
  11.  
  12. HISTORY
  13.         Renamed from 'mapping_contains()' in LDMud 3.2.6.
  14.  
  15. SEE ALSO
  16.         mappings(LPC), member(E)
  17.